home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000172_nospam@zamang.co.uk_Thu Apr 1 17:18:17 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!newsfeed.vmunix.org!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer00.lnd.ops.eu.uu.net!lnewsinpeer01.lnd.ops.eu.uu.net!emea.uu.net!mephistopheles.news.clara.net!news.clara.net!iris.uk.clara.net
  2. From: "David McCormack" <nospam@zamang.co.uk>
  3. Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
  4. References: <1080768113.45686.0@demeter.uk.clara.net> <slrnc6me86.pfr.fdc@sesame.cc.columbia.edu>
  5. Subject: Re: SSH errors with  'File or directory does not exist' but only if more that 10 users are logged in
  6. Date: Thu, 1 Apr 2004 22:48:02 +0100
  7. Lines: 48
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
  11. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
  12. X-Complaints-To: abuse@clara.net (please include full headers)
  13. X-Trace: b395ca18615e918070622b8a9064cc22261a4064642de2107006066f406c8e0e
  14. NNTP-Posting-Date: Thu, 01 Apr 2004 22:47:58 +0100
  15. Message-ID: <1080856078.14863.0@iris.uk.clara.net>
  16. Xref: newsmaster.cc.columbia.edu comp.unix.sco.misc:163203 comp.protocols.kermit.misc:14883
  17.  
  18. "Frank da Cruz" <fdc@columbia.edu> wrote in message
  19. news:slrnc6me86.pfr.fdc@sesame.cc.columbia.edu...
  20.  
  21. > On 2004-03-31, David McCormack <nospam@zamang.co.uk> wrote:
  22. >
  23. > : I'm using a downloaded binary version of ckermit version 8.0.209 on a
  24. > : SCO OpenServer box (v. 5.0.6). The kermit executable was downloaded
  25. > : from the main http://www.columbia.edu/kermit/ web site.
  26. > :
  27. > : If we have 10 or more than users logged in to our SCO OpenServer box
  28. > : (but only one is running kermit) then kermit will fail to run the
  29. external
  30. > : ssh client. The error that gets displayed is;
  31. > :
  32. > :: No such file or directory
  33. > : Can't connect to ssh -e none -l root <hostname>
  34. > :
  35. > : If you have 9 users connected then ssh gets run correctly. This is with
  36. > : exactly the same configuration file. What is bizarre is that if 9 people
  37. > : are logged in you are running kermit, ssh will work. If 10th user logs
  38. > : in, whilst you're in kermit, ssh will fail. If the number of users
  39. > : connected goes back down to 9 or less, ssh will start working again.
  40. > :
  41. > : Does anyone have any ideas what's causing this or what areas I should
  42. > : check? It seems more SCO related then kermit though.
  43. >
  44. > Sounds like you're running out of PTYs (pseudoterminals).  I imagine there
  45. > is a way to create more, but I'm not an OSR5 sysadmin expert.
  46.  
  47. Not sure if a previous attempt to send this message worked as I've been
  48. having problems with my news server, but just in case.
  49.  
  50. Altering the number of PTYs available from 96 to 256 made no difference.
  51.  
  52. I've been looking around at some possible other ideas of which limitation in
  53. SCO I'm running across. It's not linked to the ttyp device as I've been on
  54. ttyp14 and it still only works if there are less than 10 people logged in.
  55. The only thing I can find that appears it could have an effect are
  56. somethings called 'semophores' that are used for inter-task communication
  57. occuring to a Google search.
  58.  
  59. Kind of flying blind on this though as I can't see any messages in any of
  60. the log files as to any problems.
  61.  
  62.  
  63. David McCormack
  64.  
  65.